home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 October / PCWorld_2001-10_cd.bin / Software / TemaCD / 3dcanvas / 3DCanv9.CAB / 3D Canvas.CLO / Camera.json next >
JavaScript Object Notation  |  2001-08-12  |  368b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Name": "Text (255)",
  5.         "FrameID": "Long Integer",
  6.         "FieldOfView": "Single",
  7.         "Script": "Memo/Hyperlink (255)",
  8.         "RaytraceFocalBlurEnable": "Boolean NOT NULL",
  9.         "RaytraceFocalAperture": "Single",
  10.         "RaytraceFocalPoint": "Single",
  11.         "RaytraceFocalBlurSamples": "Single"
  12.     },
  13.     "data": [
  14.         {
  15.             "ID": 1,
  16.             "Name": "Camera",
  17.             "FrameID": 2,
  18.             "FieldOfView": 0.5,
  19.             "RaytraceFocalBlurEnable": 0
  20.         }
  21.     ]
  22. }